Uses of Enum
com.cisco.pt.ipc.enums.DeviceType
Packages that use DeviceType
Package
Description
Java Framework built for Packet Tracer 8.1.0.
-
Uses of DeviceType in com.cisco.pt.ipc
Methods in com.cisco.pt.ipc with parameters of type DeviceTypeModifier and TypeMethodDescriptionIPCFactory.createMessage(IPCObject baseObject, String callName, DeviceType parameter1, int parameter2) IPCFactory.createMessage(IPCObject baseObject, String callName, DeviceType parameter1, String parameter2) IPCFactory.getAvailableDeviceForTypeAt(DeviceFactory deviceFactory, DeviceType type, int index) IPCFactory.getDescriptor(DeviceFactory deviceFactory, DeviceType type, String model) -
Uses of DeviceType in com.cisco.pt.ipc.enums
Methods in com.cisco.pt.ipc.enums that return DeviceTypeModifier and TypeMethodDescriptionstatic DeviceTypeDeviceType.fromIntValue(int value) static DeviceTypeDeviceType.fromIntValue(Integer value) static DeviceTypeReturns the enum constant of this type with the specified name.static DeviceType[]DeviceType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeviceType in com.cisco.pt.ipc.sim
Methods in com.cisco.pt.ipc.sim that return DeviceTypeModifier and TypeMethodDescriptionUserDesktopAppConfig.getAutoInstallDeviceAt(int index) Device.getType()Information provided by the PKI file:DeviceDescriptor.getType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim with parameters of type DeviceTypeModifier and TypeMethodDescriptionDeviceFactory.getAvailableDeviceForTypeAt(DeviceType type, int index) Information provided by the PKI file:intDeviceFactory.getAvailableDeviceForTypeCount(DeviceType type) Information provided by the PKI file:DeviceFactory.getDescriptor(DeviceType type, String model) Information provided by the PKI file:booleanUserDesktopAppConfig.hasAutoInstallDevice(DeviceType type) -
Uses of DeviceType in com.cisco.pt.ipc.sim.impl
Methods in com.cisco.pt.ipc.sim.impl that return DeviceTypeModifier and TypeMethodDescriptionUserDesktopAppConfigImpl.getAutoInstallDeviceAt(int index) DeviceDescriptorImpl.getType()Information provided by the PKI file:DeviceImpl.getType()Information provided by the PKI file:Methods in com.cisco.pt.ipc.sim.impl with parameters of type DeviceTypeModifier and TypeMethodDescriptionDeviceFactoryImpl.getAvailableDeviceForTypeAt(DeviceType type, int index) Information provided by the PKI file:intDeviceFactoryImpl.getAvailableDeviceForTypeCount(DeviceType type) Information provided by the PKI file:DeviceFactoryImpl.getDescriptor(DeviceType type, String model) Information provided by the PKI file:booleanUserDesktopAppConfigImpl.hasAutoInstallDevice(DeviceType type) -
Uses of DeviceType in com.cisco.pt.ipc.sim.pdu
Methods in com.cisco.pt.ipc.sim.pdu that return DeviceTypeMethods in com.cisco.pt.ipc.sim.pdu with parameters of type DeviceTypeModifier and TypeMethodDescriptionvoidASAFileContent.setDeviceType(DeviceType deviceType) voidIosFileContent.setDeviceType(DeviceType deviceType) -
Uses of DeviceType in com.cisco.pt.ipc.sim.pdu.impl
Fields in com.cisco.pt.ipc.sim.pdu.impl declared as DeviceTypeModifier and TypeFieldDescriptionprotected DeviceTypeASAFileContentImpl.deviceTypeprotected DeviceTypeIosFileContentImpl.deviceTypeMethods in com.cisco.pt.ipc.sim.pdu.impl that return DeviceTypeModifier and TypeMethodDescriptionASAFileContentImpl.getDeviceType()IosFileContentImpl.getDeviceType()Methods in com.cisco.pt.ipc.sim.pdu.impl with parameters of type DeviceTypeModifier and TypeMethodDescriptionvoidASAFileContentImpl.setDeviceType(DeviceType deviceType) voidIosFileContentImpl.setDeviceType(DeviceType deviceType) -
Uses of DeviceType in com.cisco.pt.ipc.ui
Methods in com.cisco.pt.ipc.ui with parameters of type DeviceTypeModifier and TypeMethodDescriptionLogicalWorkspace.addDevice(DeviceType type, String model, double x, double y) Information provided by the PKI file: -
Uses of DeviceType in com.cisco.pt.ipc.ui.impl
Methods in com.cisco.pt.ipc.ui.impl with parameters of type DeviceTypeModifier and TypeMethodDescriptionLogicalWorkspaceImpl.addDevice(DeviceType type, String model, double x, double y) Information provided by the PKI file: